home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mlregres / mlrresp.dfm / mlrresp.txt < prev   
Encoding:
Text File  |  1997-06-18  |  4.7 KB  |  240 lines

  1. object ResponseDefDlg: TResponseDefDlg
  2.   Left = 112
  3.   Top = 90
  4.   BorderStyle = bsDialog
  5.   Caption = 'Response  Variable Definition'
  6.   ClientHeight = 291
  7.   ClientWidth = 339
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 7
  19.     Top = 62
  20.     Width = 324
  21.     Height = 167
  22.   end
  23.   object Label3: TLabel
  24.     Left = 70
  25.     Top = 8
  26.     Width = 197
  27.     Height = 22
  28.     Caption = 'Multivariate Regression'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -19
  32.     Font.Name = 'Times New Roman'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 71
  39.     Top = 7
  40.     Width = 197
  41.     Height = 22
  42.     Caption = 'Multivariate Regression'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clNavy
  45.     Font.Height = -19
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object pnlQryX: TPanel
  52.     Left = 18
  53.     Top = 133
  54.     Width = 302
  55.     Height = 41
  56.     BevelInner = bvRaised
  57.     BevelOuter = bvLowered
  58.     TabOrder = 3
  59.     object lbDataField1: TLabel
  60.       Left = 21
  61.       Top = 12
  62.       Width = 48
  63.       Height = 16
  64.       Caption = 'datafield'
  65.     end
  66.     object edStringX: TEdit
  67.       Left = 81
  68.       Top = 10
  69.       Width = 200
  70.       Height = 24
  71.       TabOrder = 0
  72.       OnChange = ValidateData
  73.       OnEnter = ValidateData
  74.     end
  75.   end
  76.   object pnlTblX: TPanel
  77.     Left = 18
  78.     Top = 133
  79.     Width = 302
  80.     Height = 41
  81.     BevelInner = bvRaised
  82.     BevelOuter = bvLowered
  83.     TabOrder = 1
  84.     object labdatafield2: TLabel
  85.       Left = 21
  86.       Top = 12
  87.       Width = 48
  88.       Height = 16
  89.       Caption = 'datafield'
  90.     end
  91.     object cboxTableX: TComboBox
  92.       Left = 80
  93.       Top = 10
  94.       Width = 200
  95.       Height = 23
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -12
  99.       Font.Name = 'Arial'
  100.       Font.Style = []
  101.       ItemHeight = 15
  102.       ParentFont = False
  103.       TabOrder = 0
  104.       OnChange = ValidateData
  105.       OnExit = ValidateData
  106.     end
  107.   end
  108.   object Panel1: TPanel
  109.     Left = 1
  110.     Top = 4
  111.     Width = 58
  112.     Height = 46
  113.     BevelInner = bvLowered
  114.     Ctl3D = True
  115.     ParentCtl3D = False
  116.     TabOrder = 6
  117.     object Image1: TImage
  118.       Left = 2
  119.       Top = 2
  120.       Width = 28
  121.       Height = 28
  122.       AutoSize = True
  123.       Center = True
  124.       Picture.Data = {<image001.bmp>}
  125.     end
  126.     object Image2: TImage
  127.       Left = 28
  128.       Top = 16
  129.       Width = 28
  130.       Height = 28
  131.       AutoSize = True
  132.       Center = True
  133.       Picture.Data = {<image002.bmp>}
  134.     end
  135.   end
  136.   object RadioGroup1: TRadioGroup
  137.     Left = 18
  138.     Top = 71
  139.     Width = 302
  140.     Height = 60
  141.     Caption = 'Set Response Variable to'
  142.     Columns = 2
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clBlack
  145.     Font.Height = -12
  146.     Font.Name = 'Arial'
  147.     Font.Style = []
  148.     Items.Strings = (
  149.       'datafield'
  150.       'ln(datafield)'
  151.       'datafield/n'
  152.       '1/(datafield)')
  153.     ParentFont = False
  154.     TabOrder = 0
  155.     OnClick = RadioGroup1Click
  156.   end
  157.   object bbtnOK: TBitBtn
  158.     Left = 24
  159.     Top = 237
  160.     Width = 75
  161.     Height = 30
  162.     TabOrder = 2
  163.     Kind = bkOK
  164.   end
  165.   object bbtnCancel: TBitBtn
  166.     Left = 130
  167.     Top = 237
  168.     Width = 75
  169.     Height = 30
  170.     TabOrder = 4
  171.     Kind = bkCancel
  172.   end
  173.   object bbtnHelp: TBitBtn
  174.     Left = 236
  175.     Top = 237
  176.     Width = 75
  177.     Height = 30
  178.     TabOrder = 5
  179.     OnClick = bbtnHelpClick
  180.     Kind = bkHelp
  181.   end
  182.   object Panel2: TPanel
  183.     Left = 0
  184.     Top = 276
  185.     Width = 339
  186.     Height = 15
  187.     Align = alBottom
  188.     BevelInner = bvLowered
  189.     BevelOuter = bvNone
  190.     Font.Charset = DEFAULT_CHARSET
  191.     Font.Color = clBlack
  192.     Font.Height = -11
  193.     Font.Name = 'Arial'
  194.     Font.Style = []
  195.     ParentFont = False
  196.     TabOrder = 7
  197.   end
  198.   object Panel3: TPanel
  199.     Left = 18
  200.     Top = 176
  201.     Width = 302
  202.     Height = 41
  203.     BevelInner = bvRaised
  204.     BevelOuter = bvLowered
  205.     TabOrder = 8
  206.     object Label1: TLabel
  207.       Left = 11
  208.       Top = 0
  209.       Width = 157
  210.       Height = 16
  211.       Caption = 'divide datafield by the value'
  212.       Transparent = True
  213.     end
  214.     object cboxDivideBy: TComboBox
  215.       Left = 203
  216.       Top = 15
  217.       Width = 77
  218.       Height = 22
  219.       Font.Charset = DEFAULT_CHARSET
  220.       Font.Color = clBlack
  221.       Font.Height = -11
  222.       Font.Name = 'Arial'
  223.       Font.Style = []
  224.       ItemHeight = 14
  225.       Items.Strings = (
  226.         '10'
  227.         '100'
  228.         '1000'
  229.         '10000'
  230.         '100000'
  231.         '1000000')
  232.       ParentFont = False
  233.       TabOrder = 0
  234.       Text = '1'
  235.       OnChange = ValidateXScaled
  236.       OnExit = ValidateXScaled
  237.     end
  238.   end
  239. end
  240.